home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 230
- Top = 132
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Uninstall Window Washer'
- ClientHeight = 184
- ClientWidth = 360
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 53
- Top = 79
- Width = 42
- Height = 13
- Caption = 'Install to:'
- end
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 362
- Height = 73
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object Edit1: TEdit
- Left = 102
- Top = 76
- Width = 138
- Height = 21
- TabOrder = 0
- Text = 'C:\Program Files\Washer'
- end
- object BitBtn1: TBitBtn
- Left = 249
- Top = 78
- Width = 58
- Height = 17
- Caption = 'Browse'
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object CheckBox1: TCheckBox
- Left = 111
- Top = 103
- Width = 118
- Height = 17
- Caption = 'Add Icon to Deskop'
- State = cbChecked
- TabOrder = 2
- end
- object CheckBox2: TCheckBox
- Left = 111
- Top = 123
- Width = 129
- Height = 17
- Caption = 'Add Link to Start Menu'
- State = cbChecked
- TabOrder = 3
- end
- object BitBtn2: TBitBtn
- Left = 173
- Top = 151
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = BitBtn2Click
- end
- object BitBtn3: TBitBtn
- Left = 85
- Top = 151
- Width = 75
- Height = 25
- Caption = 'Continue'
- TabOrder = 5
- OnClick = BitBtn3Click
- end
- object Panel1: TPanel
- Left = 320
- Top = 71
- Width = 289
- Height = 105
- BevelOuter = bvNone
- Caption = 'Installing Please Wait.......'
- TabOrder = 6
- Visible = False
- end
- object Panel2: TPanel
- Left = 28
- Top = 64
- Width = 289
- Height = 121
- BevelOuter = bvNone
- TabOrder = 7
- Visible = False
- object Label2: TLabel
- Left = 40
- Top = 9
- Width = 204
- Height = 19
- Caption = 'Uninstall Completed Successfully!'
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object CheckBox3: TCheckBox
- Left = 64
- Top = 34
- Width = 153
- Height = 17
- Caption = 'Run Window Washer Now'
- State = cbChecked
- TabOrder = 0
- Visible = False
- end
- object CheckBox4: TCheckBox
- Left = 64
- Top = 55
- Width = 193
- Height = 17
- Caption = 'View Important Beta Release Notes'
- State = cbChecked
- TabOrder = 1
- Visible = False
- end
- object Button1: TButton
- Left = 107
- Top = 42
- Width = 75
- Height = 20
- Caption = 'Exit'
- TabOrder = 2
- OnClick = Button1Click
- end
- end
- object Panel3: TPanel
- Left = -234
- Top = 86
- Width = 263
- Height = 109
- Caption = 'Panel3'
- TabOrder = 8
- Visible = False
- object Label3: TLabel
- Left = 47
- Top = 15
- Width = 171
- Height = 13
- Caption = 'Please Register Your Email Address:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object BitBtn4: TBitBtn
- Left = 60
- Top = 70
- Width = 64
- Height = 25
- Caption = 'OK'
- TabOrder = 0
- OnClick = BitBtn4Click
- end
- object BitBtn5: TBitBtn
- Left = 131
- Top = 70
- Width = 64
- Height = 25
- Caption = 'Skip'
- TabOrder = 1
- OnClick = BitBtn5Click
- end
- object Edit2: TEdit
- Left = 48
- Top = 38
- Width = 167
- Height = 21
- TabOrder = 2
- end
- end
- object Panel4: TPanel
- Left = 20
- Top = 66
- Width = 313
- Height = 81
- Caption = 'Attention: This will remove Window Washer from your system!'
- TabOrder = 9
- object Label4: TLabel
- Left = 28
- Top = 54
- Width = 262
- Height = 13
- Caption = '(Be sure to close Washer if it is running on your system.)'
- end
- end
- object FileListBox1: TFileListBox
- Left = 367
- Top = 0
- Width = 145
- Height = 97
- ItemHeight = 13
- TabOrder = 10
- Visible = False
- end
- object OpenDialog1: TOpenDialog
- Left = 65528
- Top = 151
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 100
- OnTimer = Timer1Timer
- Left = 32
- Top = 8
- end
- end
-